home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / find / install < prev    next >
Encoding:
Text File  |  2003-05-15  |  889 b   |  30 lines

  1. To compile FIND 2.7 or newer:
  2.  
  3. If you have Turbo C 2.01 or newer, just type make. Otherwise, edit
  4. the makefile before compiling. You may have to edit (or simply remove)
  5. the turboc.cfg file to match your compiler paths.
  6.  
  7. To compile FIND 2.6 or older:
  8.  
  9. 1. first, make sure you have compiled the "Cats" library for your
  10.    system.  Be sure to use the same memory model (this trips up a lot
  11.    of people.)
  12.  
  13. 2. Then, set the CATS macro in the makefile to the *path* of the
  14.    CATDB.LIB library file (for example, use C:\SRC\CATS not
  15.    C:\SRC\CATS\LIB\CATS.LIB)
  16.  
  17. 3. If you have Borland C, type:
  18.  
  19.    make -fmakefile.bc
  20.  
  21. That's it.
  22.  
  23.  
  24. Edit the NLS\FIND.EN file to add new English messages.  Feel free to
  25. provide translations of FIND.EN into other languages.  The new
  26. translated files should be named FIND.xx (where "xx" is the
  27. two-letter lang/country abbreviation.)
  28.  
  29.  
  30.